Bump the packages group with 6 updates - #14
Merged
tonycknight merged 4 commits intoJan 19, 2026
Conversation
Owner
|
@dependabot rebase |
Bumps dotnet-reportgenerator-globaltool from 5.4.4 to 5.5.1 Bumps fantomas from 7.0.1 to 7.0.5 Bumps Giraffe from 6.3.0 to 8.2.0 Bumps Microsoft.Extensions.Caching.Memory from 9.0.2 to 10.0.2 Bumps Microsoft.IO.RecyclableMemoryStream from 2.3.2 to 3.0.1 Bumps MongoDB.Driver from 2.27.0 to 3.6.0 --- updated-dependencies: - dependency-name: dotnet-reportgenerator-globaltool dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: packages - dependency-name: fantomas dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages - dependency-name: Giraffe dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: packages - dependency-name: Microsoft.IO.RecyclableMemoryStream dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: packages - dependency-name: Microsoft.Extensions.Caching.Memory dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: packages - dependency-name: MongoDB.Driver dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: packages ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/dot-config/packages-0550efce6e
branch
from
January 19, 2026 04:05
de3d1d9 to
f854b8e
Compare
tonycknight
approved these changes
Jan 19, 2026
tonycknight
deleted the
dependabot/nuget/dot-config/packages-0550efce6e
branch
January 19, 2026 04:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated dotnet-reportgenerator-globaltool from 5.4.4 to 5.5.1.
Release notes
Sourced from dotnet-reportgenerator-globaltool's releases.
5.5.1
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0
5.5.0
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0
5.4.18
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
5.4.17
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
5.4.16
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
5.4.15
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
5.4.14
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
5.4.13
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
5.4.12
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
5.4.11
This release requires .NET Framework 4.7 or .NET 8.0/9.0
5.4.10
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
5.4.9
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
5.4.8
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
5.4.7
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
5.4.6
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
5.4.5
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0
Commits viewable in compare view.
Updated fantomas from 7.0.1 to 7.0.5.
Release notes
Sourced from fantomas's releases.
7.0.3
7.0.3
Fixed
Special thanks to @Numpsy and @nojaf!
https://www.nuget.org/packages/fantomas/7.0.3
7.0.2
7.0.2
Changed
Fixed
Special thanks to @alex-de-oliveira and @dawedawe!
https://www.nuget.org/packages/fantomas/7.0.2
Commits viewable in compare view.
Updated Giraffe from 6.3.0 to 8.2.0.
Release notes
Sourced from Giraffe's releases.
8.2.0
Breaking changes
safeRedirectTo,safeRedirectToExt,validateCsrfTokenExtand more. Those deal with:redirectToto prevent cross-site scripting (XSS)Deserialize<'T>(xml: string)method now uses a configuration to prevent XXE attacks.<Nullable>enable</Nullable>), our users started running into problems that boils down toJson.ISerializerhaving theAllowNullLiteralattribute.Json.ISerializerand theXml.ISerializer.Other updates
8.2.0-alpha-002
8.2.0-alpha-001
Breaking changes
safeRedirectTo,safeRedirectToExt,validateCsrfTokenExtand more. Those deal with:redirectToto prevent cross-site scripting (XSS)Deserialize<'T>(xml: string)method now uses a configuration to prevent XXE attacks.redirectTohandler now marked as Obsolete.Other updates
8.1.0-alpha-001
Breaking changes
<Nullable>enable</Nullable>), our users started running into problems that boils down toJson.ISerializerhaving theAllowNullLiteralattribute.Json.ISerializerand theXml.ISerializer.Other updates
8.0.0-alpha-003
8.0.0-alpha-002
8.0.0-alpha-001
With this release, we're improving the codebase a bit by fixing warnings triggered by Ionide.Analyzers, and adding .NET 9 as a target framework to the project.
Other than that, we're adding new router functions for the
EndpointRoutingmodule which will let the user interact with Giraffe'sConfigureEndpointdirectly. This will let you use Asp.Net extensions directly, like rate limiting, response caching, etc. Just remember its type definition:And here we have the list of PRs related to this release:
7.0.2
samples/,tests/andsrc/contents to know if they are complying with fantomas format.AcceptheaderContent-TypeheaderContent-Lengthheader7.0.2-alpha-002
7.0.2-alpha-001
samples/,tests/andsrc/contents to know if they are complying with fantomas format.AcceptheaderContent-TypeheaderContent-Lengthheader7.0.1
FSharp.SystemTextJson:Json.FsharpFriendlySerializer7.0.0
Combination of the tags:
Credits: @64J0, @dbrattli, @mrtz-j and @esbenbjerre.
7.0.0-alpha-001
Breaking changes
NewtonsoftJsonandSystemTextJsonmodules are removed, the latter is now moduleJson, NewtonSoft is not supported anymore, see PR Promote System.Text.Json as default JSON serializer.NewtonsoftJsonback if you need to keep it for your project.Other updates
6.4.1-alpha-3
6.4.1-alpha-2
6.4.1-alpha-1
6.4.0
6.4.0-alpha-1
Commits viewable in compare view.
Updated Microsoft.Extensions.Caching.Memory from 9.0.2 to 10.0.2.
Release notes
Sourced from Microsoft.Extensions.Caching.Memory's releases.
10.0.0-preview.6.25358.103
You can build .NET 10.0 Preview 6 from the repository by cloning the release tag
v10.0.0-preview.6.25358.103and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
10.0.0-preview.5.25277.114
You can build .NET 10.0 Preview 5 from the repository by cloning the release tag
v10.0.0-preview.5.25277.114and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
10.0.0-preview.4.25258.110
You can build .NET 10.0 Preview 4 from the repository by cloning the release tag
v10.0.0-preview.4.25258.110and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
10.0.0-preview.3.25171.5
You can build .NET 10.0 Preview 3 from the repository by cloning the release tag
v10.0.0-preview.3.25171.5and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
10.0.0-preview.2.25163.2
You can build .NET 10.0 Preview 2 from the repository by cloning the release tag
v10.0.0-preview.2.25163.2and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
10.0.0-preview.1.25080.5
You can build .NET 10.0 Preview 1 from the repository by cloning the release tag
v10.0.0-preview.1.25080.5and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.113
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.113and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.112
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.112and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.111
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.111and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.110
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.110and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.109
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.109and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.101
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.101and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.7
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.7and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.6
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.6and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.5
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.5and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.4
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.4and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
9.0.3
You can build .NET 9.0 from the repository by cloning the release tag
v9.0.3and following the build instructions in the main README.md.Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.
Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023
Commits viewable in compare view.
Updated Microsoft.IO.RecyclableMemoryStream from 2.3.2 to 3.0.1.
Release notes
Sourced from Microsoft.IO.RecyclableMemoryStream's releases.
3.0.1
Bug Fix
Fix infinite loop bug when calling (Try)GetBuffer on a stream longer than 1 GB when using the UseExponentialLargeBuffer option. (Issue #344)
NuGet: Microsoft.IO.RecyclableMemoryStream 3.0.1
3.0.0
Breaking Changes
int-based constructor andGetStreamoverloads wherelong-based methods exist.[Obsolete]:StreamDisposedEventArgs.ctor(Guid, string, string, string)RecyclableMemoryStreamManager.GetStream(Guid, string, Memory<byte>)RecyclableMemoryStreamManager.GetStream(Memory<byte>)RecyclableMemoryStreamManager.GetStream(string, Memory<byte>)<Nullable>enabled</Nullable>to the project file.RecyclableMemoryStreamManager.GetStreamnow return typeRecyclableMemoryStreaminstead ofMemoryStream.RecyclableMemoryStreamManagerto the newRecyclableMemoryStreamManager.Optionsclass. Removed many of the constructors as a result. This class will facilitate easier dependency injection through use of the Options pattern, for those who need it.MaximumLargePoolFreeBytes)New Features
RecyclableMemoryStreamManager:ZeroOutBuffer, which will cause all buffers to be cleared on allocation and when returning to the pool. Off by default.Other Changes
NuGet: Microsoft.IO.RecyclableMemoryStream 3.0.0
Commits viewable in compare view.
Updated MongoDB.Driver from 2.27.0 to 3.6.0.
Release notes
Sourced from MongoDB.Driver's releases.
3.6.0
This is the general availability release for the 3.6.0 version of the driver.
The main new features in 3.6.0 include:
Improvements:
Fixes:
Maintenance:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
3.5.2
This is a patch release that contains fixes and stability improvements:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
3.5.1
This is a patch release that contains fixes and stability improvements:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
3.5.0
This is the general availability release for the 3.5.0 version of the driver.
The main new features in 3.5.0 include:
Improvements:
Fixes:
Maintenance:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
3.4.3
This is a patch release that contains fixes and stability improvements:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
3.4.2
This is a patch release that contains fixes and stability improvements:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
Upgrading
There are no known backwards breaking changes in this release.
3.4.1
This is a patch release that addresses some issues reported since 3.4.0 was released:
The list of JIRA tickets resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
Upgrading
There are no known backwards breaking changes in this release.
3.4.0
This is the general availability release for the 3.4.0 version of the driver.
The main new features in 3.4.0 include:
Improvements:
Fixes:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
3.3.0
This is the general availability release for the 3.3.0 version of the driver.
The main new features in 3.3.0 include:
Improvements:
Fixes:
Maintenance:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
3.2.1
This is a patch release that addresses some issues reported since 3.2.0 was released:
An online version of these release notes is available here.
The list of JIRA tickets resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
Upgrading
There are no known backwards breaking changes in this release.
3.2.0
This is the general availability release for the 3.2.0 version of the driver.
The main new features in 3.2.0 include:
ObjectSerializerAllowedTypesConventionto more easily configure allowed types forObjectSerializer- CSHARP-4495BsonDateOnlyOptionsAttributeto control the serialization ofDateOnly- CSHARP-5345BulkWritecommand would not be retried when throwing aClientBulkWriteException- CSHARP-5449BsonGuidRepresentationAttributewill not work on nullable GUIDs - CSHARP-5456EnumRepresentationConventionwill now also be applied to collection of enums - CSHARP-2096The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
3.1.0
This is the general availability release for the 3.1.0 version of the driver.
The main new features in 3.1.0 include:
SearchIndexTypeoption when creating Atlas Search indexes - CSHARP-4960Exists,IsMissingandIsNullOrMissingin filters when possible - CSHARP-5427The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
3.0.0
The MongoDB .NET/C# driver team is pleased to announce our v3.0.0 release! The 3.0.0 release incorporates many user-requested fixes and improvements that have been deferred as backwards-incompatible, as well as internal improvements to pay down technical debt and improve maintainability. Additional major changes include removal of a large area of the public API (mainly from MongoDB.Driver.Core), which was not intended for public use. Removed APIs are marked as deprecated in v2.30.0 version.
For all the breaking changes and for the upgrade guidlines, please see the upgrade guide.
The main new features in 3.0.0 include:
MongoDB.Driver.LegacypackageMongoDB.Driver.Corepackage and various non-user-facing APIs (see v2.30.0 for deprecation messages)MongoDB.DriverpackageMongoDB.Driver.Encryptionpackage.MongoDB.Libmongocryptpackage is not in use anymore and will not get any further updatesMongoDB.Driver.Authentication.AWSpackageThe full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
2.30.0
This is the general availability release for the 2.30.0 version of the driver. Version 2.30.0 of the driver is the last scheduled 2.x release. Further driver development will continue in 3.x versions.
Version 2.30.0 does not introduce new features or bug fixes. The single purpose of 2.30 is to ease the migration to 3.x by marking the public API that was removed in 3.0 as obsolete.
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
2.29.0
This is the general availability release for the 2.29.0 version of the driver.
Version 2.29.0 of the driver has been tested against MongoDB Server version 8.0 and adds support for the following new features in server version 8.0:
The following server 8.0 features are not yet supported and will be supported in a later release of the driver:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
2.28.0
This is the general availability release for the 2.28.0 version of the driver.
NOTICE: MongoDB 3.6 reached end-of-life in April 2021. The .NET/C# Driver will be removing support for MongoDB 3.6 in an upcoming release.
The main new features in 2.28.0 include:
Bug fixes:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions